.kenesis-body .rv-content.content1 {
    text-align: center;
    background-color: transparent !important;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .section-ctn {
    position: relative;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .section-ctn .rv-head > .inner-ctn,
.kenesis-body .section-ctn .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .section-ctn[data-n="1"] {
    height: 400px;
}

.kenesis-body .section-ctn[data-n="1"] .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="1"] .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn > .inner-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    width: 80%;
    text-align: center;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2000px 2000px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.75;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn > .inner-ctn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 300px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2000px 2000px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.75;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn > .inner-ctn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 600px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2000px 2000px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.75;
}

.kenesis-body .section-ctn[data-n="2"] {
    height: 800px;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn > .inner-ctn:before {
    content: "";
    position: absolute;
    top: -290px;
    right: -143px;
    width: 550px;
    height: 550px;
    border: 15px solid white;
    transform: rotate(45deg);
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn > .inner-ctn:after {
    content: "";
    position: absolute;
    bottom: -290px;
    right: -143px;
    width: 550px;
    height: 550px;
    border: 15px solid white;
    transform: rotate(45deg);
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 400px 400px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

.kenesis-body .section-ctn[data-n="2"] > .video-ctn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 400px 0 0 400px;
    border-color: transparent transparent transparent #ffffff;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 60px;
    max-width: 50%;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 420px;
    height: 600px;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image > .inner-ctn {
    position: relative;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -50px;
    width: 100px;
    height: 600px;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="4"] {
    height: 760px;
}

.kenesis-body .section-ctn[data-n="4"] > * {
    float: left;
    height: 760px;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image:nth-child(1) {
    width: 40%;
    position: relative;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-content {
    width: 30%;
    position: relative;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image:nth-child(3) {
    width: 30%;
    position: relative;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    opacity: 0.6;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-content > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 !important;
    width: calc(100% - 80px);
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    opacity: 0.6;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 240px;
    opacity: 0.6;
}

.bot-bar {
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2d1418;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}

.section-ctn[data-n="2"] > .video-ctn > .inner-ctn,
.section-ctn[data-n="2"] > .video-ctn > .inner-ctn .rv-image,
.section-ctn[data-n="4"] .diamond-image-ctn .rv-image {
    width: 100%;
    height: 100%;
}